Nevron.Nov.Diagram.Layout Namespace / NGraphLayoutBase<T> Class


In This Topic
    NGraphLayoutBase<T> Class Methods
    In This Topic

    For a list of all members of this type, see NGraphLayoutBase<T> members.

    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs the core arrangement of the layout, operating upon the bodies created in the CreateBodiesFromObjects method.  
    Protected MethodCalled to layout the content of the specified region.  
    Protected MethodCalled to layout the regions  
    Protected MethodCalled to layout the content of all regions  
    Protected MethodOverridden. Overriden to create the bodies from the objects  
    Protected MethodCalled in the graph building process to create a body for each edge  
    Protected MethodCreates a graph builder which is used to build the arranged graphs or trees from the input set of objects  
    Protected MethodCreates the Region layout that is used to arrange unconnected graph regions.  
    Protected MethodCalled to create the regions from the specified list of objects  
    Protected MethodCalled in the graph building process to create a body for each vertex  
    Protected MethodOverridden. Overriden to update the objects from the bodies  
    Top
    See Also